tell application "Personal Log v2.0" activate repeat with i from 1 to 150 create new entry set numStr to i as string set entry subject to "Entry #" & numStr keywords to {"large", "file", numStr} insert text "This is entry #"&numStr record entry end repeat end tell